home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / mudlib / sys / sent.h < prev    next >
C/C++ Source or Header  |  2001-07-14  |  165b  |  11 lines

  1. #ifndef LPC_SENT_H_
  2. #define LPC_SENT_H_
  3.  
  4. #define SENT_PLAIN    0
  5. #define SENT_SHORT_VERB    1
  6. #define SENT_NO_SPACE    2
  7. #define SENT_NO_VERB    3
  8. #define SENT_MARKER    4
  9.  
  10. #endif
  11.